home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / Prowrite v3.2.4.adf / Transpose < prev    next >
Text File  |  1992-05-07  |  143b  |  10 lines

  1. /* Transpose last two characters */
  2. CtrlDown
  3. CursorLeft
  4. CursorLeft
  5. CtrlUp
  6. Options results
  7. Extract
  8. If RC ~= 0 Then Exit RC
  9. Type Reverse(result)
  10.